From 596876059cb3f7fa9e6f5f47a5755870d0f879f1 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 14 Mar 2006 15:26:54 +0100 Subject: [PATCH] Fix a typo in a comment -- vmxloader is now hvmloader. Signed-off-by: Andrew D. Ball --- tools/libxc/xc_hvm_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_hvm_build.c b/tools/libxc/xc_hvm_build.c index 9248d990ef..52016dccef 100644 --- a/tools/libxc/xc_hvm_build.c +++ b/tools/libxc/xc_hvm_build.c @@ -132,7 +132,7 @@ set_hvm_info_checksum(struct hvm_info_table *t) } /* - * Use E820 reserved memory 0x9F800 to pass HVM info to vmxloader + * Use E820 reserved memory 0x9F800 to pass HVM info to hvmloader * hvmloader will use this info to set BIOS accordingly */ static int set_hvm_info(int xc_handle, uint32_t dom, -- 2.30.2